From 98c0e90970502aca37b8c8ea10fe2d726473b3de Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 5 Oct 2000 21:40:37 +0000 Subject: [PATCH] Fix comments to not claim that all three of these files are the JPEG image * io-png.c, io-tiff.c, io-xpm.c: Fix comments to not claim that all three of these files are the JPEG image loader. (From gdk-pixbuf module.) --- gdk-pixbuf/ChangeLog | 6 ++++++ gdk-pixbuf/io-png.c | 2 +- gdk-pixbuf/io-tiff.c | 2 +- gdk-pixbuf/io-xpm.c | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 20339863aa..9fcf2d5ac0 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,9 @@ +2000-10-05 Dan Winship + + * io-png.c, io-tiff.c, io-xpm.c: Fix comments to not claim that + all three of these files are the JPEG image loader. (From + gdk-pixbuf module.) + 2000-10-03 Tor Lillqvist * makefile.mingw.in: Add rule for make-inline-pixbuf. Use diff --git a/gdk-pixbuf/io-png.c b/gdk-pixbuf/io-png.c index 357856227d..1371970fd5 100644 --- a/gdk-pixbuf/io-png.c +++ b/gdk-pixbuf/io-png.c @@ -1,4 +1,4 @@ -/* GdkPixbuf library - JPEG image loader +/* GdkPixbuf library - PNG image loader * * Copyright (C) 1999 Mark Crichton * Copyright (C) 1999 The Free Software Foundation diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c index 7209d958f3..dcc1ea66b2 100644 --- a/gdk-pixbuf/io-tiff.c +++ b/gdk-pixbuf/io-tiff.c @@ -1,4 +1,4 @@ -/* GdkPixbuf library - JPEG image loader +/* GdkPixbuf library - TIFF image loader * * Copyright (C) 1999 Mark Crichton * Copyright (C) 1999 The Free Software Foundation diff --git a/gdk-pixbuf/io-xpm.c b/gdk-pixbuf/io-xpm.c index b096bfc29d..c946585649 100644 --- a/gdk-pixbuf/io-xpm.c +++ b/gdk-pixbuf/io-xpm.c @@ -1,4 +1,4 @@ -/* GdkPixbuf library - JPEG image loader +/* GdkPixbuf library - XPM image loader * * Copyright (C) 1999 Mark Crichton * Copyright (C) 1999 The Free Software Foundation -- 2.30.2